home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / documents / cc_c++_make_csh / README < prev   
Encoding:
Text File  |  1994-08-02  |  3.0 KB  |  73 lines

  1.  
  2.                ~4Dgifts/toolbox/documents/cc_c++_make_csh README
  3.            
  4.                  `!' indicates new or updated as of version 4.2
  5.  
  6.    almost everything in this directory exCEPT this README file is a link into 
  7.    the toolbox/src/exampleCode/irix/cc_c++_make_csh subtree.  
  8.  
  9.  
  10.       a collection of documents relating to compilers, make, and cshell
  11.  
  12.  
  13.  ! DeltaC++.ps:   "The Silicon Graphics Delta C++ Compiler" White Paper, 
  14.           (Preliminary), 18 pages.
  15.  
  16.  
  17.    c++-rules.ps:  "Programming in C++, Rules and Recommendations", (C) 1990-
  18.                   1992 by Ellemtel Telecommunications Systems Laboratories.
  19.                   88 pages.  from the Introduction:
  20.                   The purpose of this document is to define *one* style of
  21.                   programming in C++.  The rules and recommendations
  22.                   presented here at not final, but should serve as a basis
  23.                   for continued work with C++.  This collection of rules
  24.                   should be seen as a dynamic document;  suggestions for
  25.                   improvements are encouraged.  A form for requesting new
  26.                   rules or changes to rules has been included as an 
  27.                   appendix to this document.  Suggestions can also be made 
  28.                   via e-mail to one of the following addresses:
  29.                   erik.nyquist@eua.ericsson.se
  30.                   mats.henricson@eua.ericsson.se
  31.  
  32.    
  33.    commonrules.ps:  "Silicon Graphics Inc, Common Makefile include files,
  34.    [+]            Notes", 5/6/93, 39 pages.
  35.                   A set of slides providing documentation on the files 
  36.                   /usr/include/make{commondefs,commonrules}, and topics like 
  37.                   * Compiler and Loader option flags, 
  38.                   * Flag Defaults, 
  39.                   * Flag Overrides, 
  40.                   * Tool Abbreviations, 
  41.                   * Combined Compiler macro name and flags, 
  42.                   * Other macros, 
  43.                   * Other Features, 
  44.                   * Makefile Structure, 
  45.                   * Overriding the default rules, 
  46.  
  47.  
  48.    cpp.qr         72-line C pre-processor "cheat sheet" quick reference.
  49.  
  50.  
  51.    csh.qr         123-line C-shell quick reference.
  52.  
  53.  
  54.    make.qr        95-line make quick reference.
  55.  
  56.  
  57.    pmake.qr       203-line pmake quick reference guide.
  58.  
  59.  
  60.    makeconv.ps    "Silicon Graphics Makefile Conventions", A Reference manual 
  61.    [+]            of the conventions followed in SGI Makefiles,  10/8/91,
  62.                   37 pages.
  63.                   This manual presents the conventions for all Makefiles in
  64.                   the SGI source tree.  It assumes the reader knows how to 
  65.                   construct a Makefile.  It also assumes the commondefs/rules
  66.                   files (make include files developed at SGI will be used to
  67.                   simply Makefile construction.
  68.  
  69.  
  70.    [+] These files were originally written/intended only for an audience of sgi
  71.        engineers, but are included here since all the Makefiles in the "src" 
  72.        subtree employ the power of /usr/include/make{commondefs,commonrules}.
  73.